home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / dpmigcc5.zip / RSX / SOURCE / KDEB.H < prev    next >
C/C++ Source or Header  |  1994-05-27  |  318b  |  12 lines

  1. #ifndef _RSX_KDEB_H
  2. #define _RSX_KDEB_H
  3.  
  4. int    KDEB_check_breakpoints(DWORD pc);
  5. void    KDEB_enable_breakpoints(void);
  6. void    KDEB_disable_breakpoints(void);
  7. int    KDEB_ptrace(int request, DWORD addr, DWORD data, DWORD * ret);
  8. void    KDEB_debug_handler();
  9. volatile void KDEB_rsx32_orgjmp();
  10.  
  11. #endif /* _RSX_KDEB_H */
  12.